www.gusucode.com > 基于VBLAST-OFDM的MATLAB SIMULATION,图形化界面,并且给出了各仿真图 > 基于VBLAST-OFDM的MATLAB SIMULATION,图形化界面,并且给出了各仿真图/vblast-ofdm simulation/tx_diversity_vblast.m

    function div_ofdm_syms = tx_diversity_vblast(ofdm_symbols, SimulationParameters)

   M=SimulationParameters.M;
   L=length(ofdm_symbols)/M;
   div_ofdm_syms=reshape(ofdm_symbols,M,L);